home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Mathematics
/
Curve
/
Curve.app
/
Strings
/
ParamExamples.strings
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-29
|
136 b
|
3 lines
/* Example curves: Parametrized Equations */
"Circle" = "Cos[t]; Sin[t]; 0; 2 Pi";
"Rose" = "Cos[t] Cos[2t]; Sin[t] Cos[2t]; 0; 2 Pi";